バージョン

LayoutManager(LayoutManagerModel,IDictionary<String,Object>) メソッド

指定した LayoutManager モデルと html 属性で LayoutManager を描画します。
シンタックス
'宣言
 
Public Overloads Function LayoutManager( _
   ByVal LayoutManagerModel As LayoutManagerModel, _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString LayoutManager( 
   LayoutManagerModel LayoutManagerModel,
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)

パラメータ

LayoutManagerModel
レイアウト マネージャー モデル。
htmlAttributes
HTML 属性。

戻り値の型

HTML エンコードされた文字列
例外
例外解説
System.ArgumentNullExceptionLayoutManagerModel
参照

オンラインで表示: GitHub